-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#142 [feat] 버전에 따른 다이얼로그 #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
버전 업데이트 어렵네요.. 수고하셨습니다!
private const val MAXIMUM_STORE_VERSION = "999.9.9" | ||
private const val MAXIMUM_FORCE_VERSION = "999.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㄷㄷ 999버전까지 가보자고...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
근데 이건 정말 단순 궁금한건데.. store 버전은 999.9.9까지고 force 버전은 999.0.0인 이유가 있나여...??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
별 이유는 없고 만약에 버전 서버 통신 이슈로 설정해둔 값이 들어가게 되면 유연한or강제 업데이트가 띄워지면 좋겠어서 했습니다!
import javax.inject.Qualifier | ||
import javax.inject.Singleton | ||
|
||
@Module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
모듈까지 새로 만드느라 고생하셧슴다,!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니당!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
릴리즈 가보자고~
…store-depend-version
📑 Work Description
🛠️ Issue
📷 Screenshot
💬 To Reviewers